@charset "utf-8";
/* reset  css */

*,
::before,
::after{
	/*选择所以的标签*/
	margin:0;
	padding:0;
	/*设置所以的都是与边框开始计算宽度 因为百分百布局*/
	-webkit-box-sizing: border-box; /*兼容*/
	/*边框为计算宽度100% 设置   否则内容100%加边框 会超宽*/
	box-sizing:border-box;
}
	
html,body{
	font-size: 14px;
	font-family: "microsoft yahei",sans-serif;/*蓝呀 设备默认字体*/
	color: #333;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	
}
.shasan{
	margin:0;
	padding:0;
	}
@media screen and (max-width: 968px){
.shasan{
	width:100%;
	max-width:600px;
	min-width:320px;
	margin:0;
	padding:0;
	margin:0 auto;
	}
}	
a{
	color:#333;
	text-decoration:none;/*文字装饰 无*/
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;/*去除表格内边距的黑点*/
}
ul.ol{
	/*list-style:none;*/
}
input{
	border:none;
	outline:none;
     /*清楚移动端默认的表单样式*/
	-webkit-appearance:none;
}

/*清楚浮动*/
.clearfix::before,
.clearfix::after{
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}


	

/*---------------------------------  pc_yejiao -------------------------------------*/		

@media screen and (max-width:1000px){
    .pc_yejiao{
		display:none;
		}
	}				
@media screen and (min-width:1000px){
.pc_yejiao{
	width:100%;
	height:500px;
	background-size:100% 100%;/*--   调整 图片大小  ---*/
	background-repeat:no-repeat;/*-- 不重复  填充---*/
	overflow:hidden;
	}
.pc_yejiao_top{
	width:100%;
	height:12%;
	clear:both;
	}	
			
.pcyj_a{
	width:100%;
	height:68%;
	max-width:1500px;
	margin:0;
	padding:0;
	margin:0 auto;
	padding:10px;
	overflow:hidden;
	}
	
	
.pcyj_a > .pcyj_aa{
	width:23%;
	height:100%;
	float:left;
	overflow:hidden;
	}
	
.pcyj_aa > h5{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	color: #CCC;
    font-size:22px;
	}			
	
.pcyj_aa > hr{
	height:3px;
	width:60px;
    background: #CCC;
    color: #CCC;
	margin-top:10px;
	}
.pcyj_aa > p{
	font-size:16px;
	line-height:25px;
	color: #CCC;
	text-indent:2em;/*p标签自动空格*/
	letter-spacing:2px;/*文字  间距*/
	text-align: justify;           /*----------------- 左右对齐-----------------*/
    /*font-weight: bold;/*文字加粗*/
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5; /*--------------------------  4行 只显示4行  加省略号 ----------------------------------------*/
    overflow: hidden;
	margin-left:20px;
	margin-top:30px;   
	}	
		
.pcyj_a > .pcyj_ab{
	width:23%;
	height:100%;
	float:left;
	margin-left:15.5%;
	overflow:hidden;
	}
	
.pcyj_ab > h5{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	color: #CCC;
    font-size:22px;
	}			
	
.pcyj_ab > hr{
	height:3px;
	width:60px;
    background: #CCC;
    color: #CCC;
	margin-top:10px;
	margin-bottom:30px;
	}
.pcyj_ab > p{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	font-size:16px;
	line-height:30px;
	color: #CCC;
	letter-spacing:2px;/*文字  间距*/
    /*font-weight: bold;/*文字加粗*/
	overflow:hidden;/*溢出：隐藏*/
	white-space: nowrap;
    text-overflow: ellipsis;   
	}	
			
.pcyj_ab > a{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	font-size:16px;
	line-height:30px;
	color: #CCC;
	letter-spacing:2px;/*文字  间距*/
	overflow:hidden;/*溢出：隐藏*/
	white-space: nowrap;
    text-overflow: ellipsis; 
	 transition: all 0.84s;
	 color: #F00;
	 margin-top:10px;
	 font-weight:bold;
	}		
.pcyj_ab > a:hover{
	color: #F90;
	font-weight:bold;
	transition: all 0.84s;
	}			
	

.pcyj_a > .pcyj_ac{
	width:23%;
	height:100%;
	float:left;
	margin-left:15.5%;
	overflow:hidden;
	}
		
.pcyj_ac > h5{
	display:block;
	color:#CCC;
	width:100%;
	height:30px;
	line-height:30px;
    font-size:22px;
	}			
	
.pcyj_ac > hr{
	height:3px;
	width:60px;
    background: #CCC;
    color: #CCC;
	margin-top:10px;
	margin-bottom:30px;
	}
.pcyj_ac > p{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	font-size:16px;
	line-height:30px;
	color: #CCC;
	letter-spacing:2px;/*文字  间距*/
    /*font-weight: bold;/*文字加粗*/
	overflow:hidden;/*溢出：隐藏*/
	white-space: nowrap;
    text-overflow: ellipsis;   
	}	
.pcyj_ac > img{
	display:block;
	margin-top:20px;
	width:150px;
	height:150px;
	margin:0;
	padding:0;
	margin:0 auto;
	}	
/*---------- pcac_b 未使用 -------------*/	

/*---------- pcac_c -------------*/		
.pcyj_c{
	position:relative;
	width:100%;
	height:20%;
	max-width:1500px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	}
.pcyj_c > hr{
	margin-bottom:10px;
	}
.pcyj_c > a{
	margin:0;
	padding:0;
	margin-left:20px;
	height:30px;
	line-height:70px;
	}
.pcyj_c > a:hover{
	opacity:0.999;
	transition: all 0.84s ease-out;
    }			
.pcyj_c > a > img{
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	border-radius:50%;
	transition: all 0.84s ease-out;
	}
.pcyj_c > a:hover > img{
	transform:scale(1.05);/*----------放大1.1倍----------*/
	transition: all 0.84s ease-out;
	}
	
.pcyj_c > a > samp{
	margin:0;
	padding:0;
	font-size:18px;
	color: #CCC;
	font-weight:bold;
	margin-left:5px;
	transition: all 0.84s ease-out;
	}
.pcyj_c > a:hover > samp{
	transition: all 0.84s ease-out;
	color: #FFF;
    }			
}

/*	
.pcyj_d{
	position:relative;
	width:100%;
	height:40px;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	clear:both;
	}
.pcyj_d > a{
	position:relative;
	width:100px;
	height:30px;
	margin-left:50px;
	}				
.pcyj_d > a >img{
	position:relative;
	width:100px;
	height:30px;
	margin-left:200px;
	margin-right:200px;
	}
	*/		
/* ----------------------------------------- yd_yejiao ---------------------------------------------------*/

	
@media screen and (min-width:1000px){
.yd_yejiao{
	display: none;
	}				
}

@media screen and (max-width:1000px){
.yd_yejiao{
	position:relative;
	width:100%;
	height:210px;
	max-width:600px;
	padding-top:10px;
	background-image: url(../img/pc/pc_yejiao.jpg);
	background-size:100% 100%;/*--   调整 图片大小  ---*/
	background-repeat:no-repeat;/*-- 不重复  填充---*/
	}
.ydyj_a{
	position:relative;
	width:100%;
	height:100%;
	padding:10px;
	}
	
.ydyj_a > .gongxin{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;/*溢出：隐藏*/
	margin-top:10px;
	}
.ydyj_a > .gongxin > a{
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display:block;
	}
.ydyj_a > .gongxin > a > samp{
	font-size:14px;
	color: #CCC;
	}
.ydyj_a > .gongxin > a > .yy_you{
	font-size:14px;
	color: #CCC;
	float:right;
	}
	

.ydyj_a > .gongan{
	position:relative;
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;/*溢出：隐藏*/
	clear:both;
	margin-top:10px;
	}
.ydyj_a > .gongan > a{
	margin:0;
	padding:0;
	width:100%;
	display:block;
	}
.ydyj_a > .gongan > a > samp{
	font-size:14px;
	color: #CCC;
	}
.ydyj_a > .gongan > a > .yy_you{
	font-size:14px;
	color: #CCC;
	float:right;
	}

	
.ydyj_a > .jinnuo{
	position:relative;
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;/*溢出：隐藏*/
	margin-top:70px;
	}
.ydyj_a > .jinnuo > a{
	margin:0;
	padding:0;
	width:100%;
	display:block;
	}
.ydyj_a > .jinnuo > a > samp{
	font-size:14px;
	color: #FFF;
	}
.ydyj_a > .jinnuo > a > .yy_you{
	font-size:14px;
	color: #FFF;
	float:right;
	}	
}


@media screen and (min-width: 1000px){
.pcyj_yejiao{
	position:relative;
	width:100%;
	background: #F9F9F9;
	border-top:3px solid #F60;/*下边框*/
	padding:30px 0 60px 0;
	clear:both;
	}

.pcyj_cc{
	width:100%;
	max-width:1200px;
	margin:0;
	padding:0;
	margin:0 auto;
	text-align:center;
	}
.pcyj_cc > a{
	position:relative;
	font-size:15px;
	color: #000;
	margin-left:15px;
	margin-top:20px;
	transition: all 1.84s ease-out; 
	opacity:0.9;
	transition: all 0.84s ease-out;
	text-align:center;
	height:30px;
	line-height:30px;
	}
.pcyj_cc > a > img{
	width:15px;
	height:15px;
	margin:0;
	padding:0;
	border-radius:50%;
	line-height:30px;
	margin-top:10px;
	}
.pcyj_cc > a > samp{
	line-height:20px;
	}
.pcyj_cc > a:hover{
	opacity:0.999;
	font-weight: normal;
	color:#F00;
	transition: all 0.84s ease-out;
    }
.pcyj_cd{
	position:relative;
	width:100%;
	height:120px;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding-top:40px;
	}
.pcyj_cd > a{
	position:relative;
	width:100px;
	height:50px;
	margin-left:100px;
	margin-right:100px;
	}				
.pcyj_cd > a > img{
	position:relative;
	width:100px;
	height:30px;
	margin-top:10px;
	margin-left:50px;
	border:2px solid  #39F;/*下边框*/
	}				
}
@media screen and (max-width: 1000px){
.pcyj_yejiao{
	display:none;
	}	
}










